]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/AVR32_UC3/read.c
Replace standard types with stdint.h types.
[freertos] / FreeRTOS / Source / portable / IAR / AVR32_UC3 / read.c
index 925c196f7d6d1c443cb3714cc5f4f745e15814d9..30b5ee85df8844a27fd93d49d1ce46aee2e3646b 100644 (file)
@@ -65,7 +65,7 @@ extern volatile avr32_usart_t *volatile stdio_usart_base;
  * \return The number of bytes read, \c 0 at the end of the file, or\r
  *         \c _LLIO_ERROR on failure.\r
  */\r
-size_t __read(int handle, unsigned char *buffer, size_t size)\r
+size_t __read(int handle, uint8_t *buffer, size_t size)\r
 {\r
   int nChars = 0;\r
 \r