saving_flash_space
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| saving_flash_space [10/12/2014 07:46] – admin | saving_flash_space [12/04/2019 15:06] (current) – [assertions] admin | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| + | ====== assertions ====== | ||
| + | #define ASSERT(expr) \ | ||
| + | if (expr) | ||
| + | {} \ | ||
| + | else \ | ||
| + | aFailed(F_NUM, | ||
| + | | ||
| + | trap() | ||
| + | { | ||
| + | #ifndef NDEBUG | ||
| + | #define _BKPT __ASM(“bkpt 0″) | ||
| + | while(1); | ||
| + | #endif | ||
| + | } | ||
| + | |||
| + | http:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | https:// | ||
saving_flash_space.1413099961.txt.gz · Last modified: by admin
