Clean up some long-standing errors when populating the API (#2715)

This commit is contained in:
skullydazed
2018-04-07 22:49:16 -07:00
committed by GitHub
parent 3b525dcf9c
commit 958521c359
6 changed files with 15 additions and 5 deletions

View File

@ -1,4 +1,7 @@
#ifndef STM32_F103_ONEKEY_H
#define STM32_F103_ONEKEY_H
#include "chibios_test.h"
#define LAYOUT(k00) {{ k00 }}
#endif