Cleaning up the Makefile for compiler related commands; cleaning up C++ stubs and...
[iot2.git] / benchmarks / drivers / Cpp / LifxLightBulb / LightBulb_Skeleton.cpp
index 240c361c7392a33e0e9e6a354640315e4d034a97..bd57e298f69c84235d394c867c972b236782c160 100644 (file)
@@ -465,3 +465,6 @@ extern "C" void destroyLightBulb_Skeleton(void* t) {
 extern "C" void initLightBulb_Skeleton(void* t) {
 }
 
+int main() {
+       return 0;
+}