Skip to content

Commit 0953739

Browse files
authored
Update README.md
1 parent d5b0d83 commit 0953739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ typedef struct {<br/>
3636
} RequestFirmwareBlock;<br/>
3737
</p>
3838
<li>the gateway (the controller) responds with a ResponseFirmwareBlock including the specific block of the compiled firmware:
39-
</ul>
4039
<p>
4140
typedef struct {<br/>
4241
&nbsp;uint16_t type;<br/>
@@ -45,3 +44,4 @@ typedef struct {<br/>
4544
&nbsp;uint8_t data[FIRMWARE_BLOCK_SIZE];<br/>
4645
} ResponseFirmwareBlock;<br/>
4746
</p>
47+
</ul>

0 commit comments

Comments
 (0)