1
0
Fork 0
forked from forks/qmk_firmware

Using #pragma once in config.h.

This commit is contained in:
Julian Flores 2019-11-26 08:26:26 +01:00
parent 96e174071a
commit 2697fe5cb0

View file

@ -1,4 +1,4 @@
#ifndef CONFIG_H
#pragma once
#define CONFIG_H
#include "config_common.h"