Include `stdint.h` in Kaleidoscope-Ranges.h

This makes it unnecessary to include `Arduino.h` (or `stdint.h`, or some other
header that includes it) before including Kaleidoscope-Ranges.h.

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1024/head
Michael Richters 4 years ago
parent 0498a88a24
commit 6e2f3e8843
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -17,6 +17,8 @@
#pragma once
#include <stdint.h> // for uint16_t
// Included for definition of legacy Macros plugin key range:
#include "kaleidoscope/key_defs.h"

Loading…
Cancel
Save