Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memutils: simple_fifo: Modify asm to __asm__
If compile options include --std=c99, not asm but __asm__ statement need be used. Such case occurs if externals/nrf52/ is included in built source, for examples.
- Loading branch information