Parcourir la source

HFS is so cool

Christopher Mullins il y a 6 ans
Parent
commit
682e3d85e2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/Types/RF24PowerLevel.cpp

+ 1 - 1
lib/Types/RF24PowerLevel.cpp

@@ -1,5 +1,5 @@
 #include <RF24PowerLevel.h>
-#include <size.h>
+#include <Size.h>
 
 String RF24PowerLevelHelpers::nameFromValue(const RF24PowerLevel& value) {
   const size_t ix = static_cast<size_t>(value);