ARMmbed / wifi-x-nucleo-idw01m1

X-NUCLEO-IDW0xx1 Wi-Fi Driver
3 stars 8 forks source link

`bzero()` does not exist in ARM or IAR #9

Closed SeppoTakalo closed 6 years ago

SeppoTakalo commented 6 years ago

In SPWFSA.h line 88-90

    void reset(void) {
        bzero(this, sizeof(*this));
    }

Function bzero() does not seem to exists in ARM or IAR compiler. Replace with memset()

betzw commented 6 years ago

Should be fixed with this commit. Pls. let me know if we can close the issue.

SeppoTakalo commented 6 years ago

screen shot 2018-01-09 at 12 03 34 Test build is fixed now.