Files @ ec79a7a31ac7
Branch filter:

Location: protofuse-firmware/inc/config.h

NEO
Added DMA and got the ADC 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