1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-16 15:30:10 -07:00
2021-07-29 20:52:21 -07:00

21 lines
267 B
C++

/*
* si4463.cpp
*
* Created on: Dec 20, 2020
* Author: peter
*/
#include <stdint.h>
#include "radio_config_si4463_new.h"
static uint8_t __si_4463_cfg[] = RADIO_CONFIGURATION_DATA_ARRAY;
uint8_t* get_si4463_config_array()
{
return __si_4463_cfg;
}