Nanik

Results 2 issues of Nanik

**Description** > make test is failing **Steps to reproduce** > make test **Expected result** > no test should failed **Attachments** > If applicable, provide logs, screenshots, screencast, etc to help...

bug

Hi, I've got this board and compiled `ch32v003fun/examples_x035/blink/blink.c` modified the code a bit like the following: ``` #include "ch32v003fun.h" #include int main() { SystemInit(); funGpioInitAll(); funPinMode( PB12, GPIO_CFGLR_OUT_10Mhz_PP ); while(1)...