nppilot/external/avr-stl-stubs/include/cstdint

10 lines
82 B
Plaintext
Raw Permalink Normal View History

#pragma once
#include <stdint.h>
#define UINT16_MAX 0xFFFFU
namespace std
{
}