mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[hal] ErrorsInternal.h: Add stdint.h include
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum {
|
||||
CTR_OKAY, // No Error - Function executed as expected
|
||||
CTR_RxTimeout, // CAN frame has not been received within specified period of
|
||||
|
||||
Reference in New Issue
Block a user