Explorar el Código

HFS is so cool

Christopher Mullins hace 6 años
padre
commit
682e3d85e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);