esp_wifi: update multi antenna switch docs

This commit is contained in:
muhaidong
2023-03-27 17:13:38 +08:00
parent e5e3a7c6d5
commit 49bb7bb35e
3 changed files with 6 additions and 6 deletions

View File

@@ -17,8 +17,8 @@ extern "C" {
#endif
typedef enum {
ANT_TOTAL_TWO, /**< Two antennas participate in the switch */
ANT_TOTAL_THREE, /**< Three antennas participate in the switch */
ANT_TOTAL_TWO = 2, /**< Two antennas participate in the switch */
ANT_TOTAL_THREE, /**< Three antennas participate in the switch */
ANT_TOTAL_MAX
} ant_mun_t;
/**