Code style fixes: cc2430
This commit is contained in:
parent
b4bb51e811
commit
874bec26a5
16 changed files with 99 additions and 102 deletions
|
@ -60,7 +60,7 @@ poison_loop:
|
|||
uint8_t
|
||||
stack_get_max(void)
|
||||
{
|
||||
__data uint8_t * sp = (__data uint8_t *) 0xff;
|
||||
__data uint8_t *sp = (__data uint8_t *)0xff;
|
||||
uint8_t free = 0;
|
||||
|
||||
while(*sp-- == STACK_POISON) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue