7 lines
97 B
C
7 lines
97 B
C
#pragma once
|
|
|
|
#define HAL_USE_SERIAL TRUE
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|