diff options
Diffstat (limited to 'keyboards/handwired/bluepill/boards')
-rw-r--r-- | keyboards/handwired/bluepill/boards/GENERIC_STM32_F103/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/bluepill/boards/GENERIC_STM32_F103/board.c b/keyboards/handwired/bluepill/boards/GENERIC_STM32_F103/board.c index 2809c9d184..64da242148 100644 --- a/keyboards/handwired/bluepill/boards/GENERIC_STM32_F103/board.c +++ b/keyboards/handwired/bluepill/boards/GENERIC_STM32_F103/board.c @@ -14,7 +14,7 @@ limitations under the License. */ -#include "hal.h" +#include <hal.h> /** * @brief PAL setup. |