Update README

This commit is contained in:
Utkarsh Verma 2021-10-17 07:32:31 +05:30
parent 3d55e4b10f
commit ede3944dc6
No known key found for this signature in database
GPG Key ID: 817656CF818EFCCC

View File

@ -76,7 +76,7 @@ Update signal | Signal to be used for triggering the block. Must be a positive i
The syntax for defining a block is:
```c
static Block blocks[] = {
const Block blocks[] = {
...
BLOCK("volume", 0, 5)
BLOCK("date", 1800, 1)