Browse Source

HFS is so cool

Christopher Mullins 6 years ago
parent
commit
682e3d85e2
1 changed files with 1 additions and 1 deletions
  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);