mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-21 15:47:40 +08:00
5 lines
100 B
C++
5 lines
100 B
C++
#include "taskTimer.hpp"
|
|
|
|
bool TaskTimer::sample_next = false;
|
|
volatile uint32_t adc_timestamp = 0;
|