car-stereo/software/main/include/can.h

6 lines
46 B
C++

#pragma once
namespace can {
void init();
}