Skip to content

Commit 25a790e

Browse files
sandeepmistrycmaglie
authored andcommitted
Remove warning
1 parent ef1ca60 commit 25a790e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootloaders/zero/sam_ba_monitor.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static uint32_t sam_ba_putdata(t_monitor_if* pInterface, void const* data, uint3
126126
/*
127127
* Central SAM-BA monitor getdata function using the board LEDs
128128
*/
129-
static uint32_t sam_ba_getdata(t_monitor_if* pInterface, void const* data, uint32_t length)
129+
static uint32_t sam_ba_getdata(t_monitor_if* pInterface, void* data, uint32_t length)
130130
{
131131
uint32_t result ;
132132

@@ -159,7 +159,7 @@ static uint32_t sam_ba_putdata_xmd(t_monitor_if* pInterface, void const* data, u
159159
/*
160160
* Central SAM-BA monitor getdata function using the board LEDs
161161
*/
162-
static uint32_t sam_ba_getdata_xmd(t_monitor_if* pInterface, void const* data, uint32_t length)
162+
static uint32_t sam_ba_getdata_xmd(t_monitor_if* pInterface, void* data, uint32_t length)
163163
{
164164
uint32_t result ;
165165

0 commit comments

Comments
 (0)