[HAL] K64F - timestamp_t change in usticker

pull/494/head
0xc0170 2014-09-16 14:22:47 +01:00
parent 385d2fe792
commit a83f8e809d
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static void lptmr_isr(void) {
}
}
void us_ticker_set_interrupt(unsigned int timestamp) {
void us_ticker_set_interrupt(timestamp_t timestamp) {
int delta = (int)(timestamp - us_ticker_read());
if (delta <= 0) {
// This event was in the past: