Changeset 45 in flair-src for trunk/lib/FlairSensorActuator/src
- Timestamp:
- Jul 18, 2016, 4:13:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/Bldc.cpp
r15 r45 21 21 #include <DoubleSpinBox.h> 22 22 #include <sstream> 23 #include "compile_info.h" 24 25 //todo: put it on seprate file, but not possible with static lib? 26 static void constructor() __attribute__((constructor)); 27 28 void constructor() { 29 compile_info("FlairSensorActuator"); 30 } 23 31 24 32 using std::string;
Note:
See TracChangeset
for help on using the changeset viewer.