]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/Renesas/RX100/port.c
sync from github to svn: Renasas/RX100 #pragma _VECT()
[freertos] / FreeRTOS / Source / portable / Renesas / RX100 / port.c
index 178850202f3071605dee860b14b09486a49adf7c..67cea4de0bb72a30b3deb3ff3b58b1db2ce81537 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.1.1\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.2.1\r
+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -296,7 +296,7 @@ static void prvStartFirstTask( void )
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-#pragma interrupt ( prvTickISR( vect = configTICK_VECTOR, enable ) )\r
+#pragma interrupt ( prvTickISR( vect = _VECT( configTICK_VECTOR ), enable ) )\r
 void prvTickISR( void )\r
 {\r
        /* Increment the tick, and perform any processing the new tick value\r