nppilot/external/avr-stl-stubs/include/cstdint
Michael Hope 4b61ec36e3 Imported the AVR STL 1.1 libraries.
Stubbed out more of STL.
2013-12-17 20:47:35 +01:00

10 lines
82 B
Plaintext

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