#ifndef _LOAD_MODULATION_H #define _LOAD_MODULATION_H extern void load_mod_level(uint8_t level); extern void load_mod_init(void); #endif