ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

Can simplestl use in RTOS ?

Open Ryuk17 opened this issue 1 year ago • 1 comments

I use simplestl in rtos system, it crashed when run a = b

char str[] = {"aaaa"};
sring b;
b = a;

Ryuk17 avatar May 07 '24 12:05 Ryuk17

Can simplestl use in RTOS ?

Yes.

nullptr-leo avatar Jun 03 '24 11:06 nullptr-leo