aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/arm_atsam/printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/arm_atsam/printf.c b/tmk_core/common/arm_atsam/printf.c
index d49d234de..7f298d1fd 100644
--- a/tmk_core/common/arm_atsam/printf.c
+++ b/tmk_core/common/arm_atsam/printf.c
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifdef CONSOLE_PRINT 18#ifdef CONSOLE_ENABLE
19 19
20#include "samd51j18a.h" 20#include "samd51j18a.h"
21#include "arm_atsam_protocol.h" 21#include "arm_atsam_protocol.h"
@@ -63,4 +63,4 @@ void console_printf(char *fmt, ...) {
63 } 63 }
64} 64}
65 65
66#endif //CONSOLE_PRINT 66#endif //CONSOLE_ENABLE