KT0915_radio/Core/App/global.c
2023-01-30 23:19:38 +08:00

12 lines
214 B
C

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