Fix warning in gcode_D

This commit is contained in:
Scott Lahteine
2020-10-23 19:25:22 -05:00
parent 2fed3982d6
commit d3ee5d7dfe
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
#define CPU_32_BIT
#define F_CPU 100000000
#define F_CPU 100000000UL
#define SystemCoreClock F_CPU
#include <iostream>
#include <stdint.h>