rename radio_on off to maca_on off

This commit is contained in:
Mariano Alvira 2010-03-19 22:29:27 -04:00
parent 654a4349af
commit 5b713a1f26
2 changed files with 4 additions and 4 deletions

View file

@ -116,8 +116,8 @@ void init_phy(void);
void flyback_init(void);
void ResumeMACASync(void);
void radio_init(void);
void radio_off(void);
void radio_on(void);
void maca_off(void);
void maca_on(void);
uint32_t init_from_flash(uint32_t addr);
void set_power(uint8_t power);
void set_channel(uint8_t chan);