cpplint header guard fixups

pull/911/head
Jesse Vincent 4 years ago committed by Gergely Nagy
parent e0592a4737
commit 6970c59ff6
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -16,6 +16,8 @@
* this program. If not, see <http://www.gnu.org/licenses/>. * this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once
#ifdef ARDUINO_SAMD_RAISE #ifdef ARDUINO_SAMD_RAISE
#include <Arduino.h> #include <Arduino.h>

@ -16,10 +16,9 @@
with this program. If not, see <http://www.gnu.org/licenses/>. with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef __AVR__ #pragma once
#ifndef twi_h #ifdef __AVR__
#define twi_h
#ifndef KALEIDOSCOPE_VIRTUAL_BUILD #ifndef KALEIDOSCOPE_VIRTUAL_BUILD
@ -56,4 +55,3 @@ void twi_releaseBus(void);
#endif // ifndef KALEIDOSCOPE_VIRTUAL_BUILD #endif // ifndef KALEIDOSCOPE_VIRTUAL_BUILD
#endif #endif
#endif

@ -19,6 +19,8 @@
#include "kaleidoscope/Runtime.h" #include "kaleidoscope/Runtime.h"
#include <Kaleidoscope-Ranges.h> #include <Kaleidoscope-Ranges.h>
#pragma once
#define Key_Turbo Key{kaleidoscope::ranges::TURBO } #define Key_Turbo Key{kaleidoscope::ranges::TURBO }
namespace kaleidoscope { namespace kaleidoscope {

Loading…
Cancel
Save