diff --git a/platform/arch/platform_arduino.h b/platform/arch/platform_arduino.h index 6e48dbe..be460ce 100644 --- a/platform/arch/platform_arduino.h +++ b/platform/arch/platform_arduino.h @@ -265,4 +265,19 @@ EXPORT error_t uart_readN(uart_connection_t conn, buffer_view_t buffer) { return serial.readBytes(buffer.data, buffer.size); } -#endif \ No newline at end of file +#endif + +/*** + * MODULO PWM + * + * + * + * + * + * + * + * + * + */ + +#endif /* INC_PLATFORM_ARDUINO_H_ */ \ No newline at end of file