Files @ 3324e1dda444
Branch filter:

Location: protofuse-firmware/inc/config.h - annotation

NEO
Got initial software filtered push button working
#ifndef CONFIG_H
#define CONFIG_H



//////////////////////////////////////////////////////
// Watchdog Settings
//////////////////////////////////////////////////////
//#define WATCHDOG_ENABLE




// Internal macros
#define hal_init HAL_Init
#define MAKE32(by3,by2,by1,by0) ((uint32_t)((((((by3<<8)+by2)<<8)+by1)<<8)+by0))

#endif