Closed algernon closed 6 years ago
This removes the LED-Off.h include, which is obsolete now, and adds a #pragma once to src/Model01-Firmware.h, to make cpplint happy.
LED-Off.h
#pragma once
src/Model01-Firmware.h
This removes the
LED-Off.h
include, which is obsolete now, and adds a#pragma once
tosrc/Model01-Firmware.h
, to make cpplint happy.