Example #1
0
void tdispClear(void) {
	tdisp_lld_clear();
}
Example #2
0
void tdispClear(void) {
	MUTEX_ENTER();
	tdisp_lld_clear();
	MUTEX_LEAVE();
}