This website works better with JavaScript.
Explore
Help
Register
Sign In
Kerem
/
KED
Watch
1
Star
0
Fork
You've already forked KED
0
Code
Issues
Pull Requests
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4493b5f468
linux_test
linux_test_nopointer
master
interrupts
redesign_interrupts
ad9833
i2c
spi
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4493b5f468'
${ noResults }
KED
/
utils
/
assert
/
utils_assert.c
9 lines
95 B
Raw
Blame
History
#
include
"utils_assert.h"
void
assert
(
int
check
)
{
while
(
!
check
)
{
// dead loop here
}
;
}
Reference in new issue
View Git Blame
Copy Permalink