diff options
Diffstat (limited to 'keyboards/ergodox_stm32/board.h')
-rw-r--r-- | keyboards/ergodox_stm32/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_stm32/board.h b/keyboards/ergodox_stm32/board.h index 23f9495789..c1c37c0659 100644 --- a/keyboards/ergodox_stm32/board.h +++ b/keyboards/ergodox_stm32/board.h @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + #include_next <board.h> #ifdef STM32_LSECLK |