Ville Juven 9cd8ea32d1 net/xx/wrbuffer: Do not use SEM_INITIALIZER for buffers
Using the macro places the buffers into .data section which means they
will consume the full buffer size of flash / read only memory as well.

Place the buffers into .bss to avoid this case.
2023-08-25 00:02:07 +08:00
..
2023-05-10 19:32:09 -03:00
2023-02-12 01:25:34 +08:00
2023-05-10 19:32:09 -03:00
2023-02-17 11:17:11 -03:00
2023-05-10 19:32:09 -03:00
2023-05-10 19:32:09 -03:00