#include "config.h"
Go to the source code of this file.
Functions | |
void | sof_action (void) |
Definition in file cdc_task.h.
void sof_action | ( | ) |
sof_action This function increments the cpt_sof counter each times the USB Start Of Frame interrupt subroutine is executed (1ms) Usefull to manage time delays
none |
Definition at line 178 of file cdc_task.c.
00179 { 00180 cpt_sof++; 00181 }