KT0915_radio/Core/App/global.c
2023-02-03 01:22:15 +08:00

13 lines
237 B
C

#include <stdint.h>
#include "global.h"
GlobalData global_data = {
0b0000000000000000, //flag
// 880 * 2, // freq
893 * 2, // freq
G_RF_MODE_FM, //rf_mode
16, // volumn
0, //signal
0b00000000 //point_mode
};