diff --git a/examples/Generic/Generic.ino b/examples/Generic/Generic.ino index 590c982..69237a0 100644 --- a/examples/Generic/Generic.ino +++ b/examples/Generic/Generic.ino @@ -104,7 +104,7 @@ void actionExecute(unsigned char action, unsigned char par, vscp_RxMessage const switch(action) { - // Implement your cod here ... + // Implement your code here ... default: break;