FreeRTOS type updates. (#261)
This commit is contained in:
parent
4c84b64566
commit
a5cc728079
53 changed files with 151 additions and 148 deletions
extras/cpp_support/include
|
@ -35,7 +35,7 @@
|
|||
namespace esp_open_rtos {
|
||||
namespace timer {
|
||||
|
||||
#define __millis() (xTaskGetTickCount() * portTICK_RATE_MS)
|
||||
#define __millis() (xTaskGetTickCount() * portTICK_PERIOD_MS)
|
||||
|
||||
/******************************************************************************************************************
|
||||
* countdown_t
|
||||
|
@ -93,7 +93,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
portTickType interval_end_ms;
|
||||
TickType_t interval_end_ms;
|
||||
};
|
||||
|
||||
} // namespace timer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue