FRC - Hackathon Pixy

Revision:
9:a298df20a2dd
Parent:
8:db82754a3671
Child:
10:b7c012987c5d
--- a/Pixy.h	Wed Apr 17 11:17:00 2019 +0000
+++ b/Pixy.h	Wed Apr 17 11:20:23 2019 +0000
@@ -187,7 +187,7 @@
      *
      * @note Semaphore are global variable used to communicate from ISR with main routine. All semaphores must be cleared by user.
      *  \var FlagPixyOverflow
-     *  \brief is automaticly set if any FIFO oveflows (more than 20 obj of a kind). 
+     *  \brief is automaticly set if any FIFO oveflows (more than object of a kind than allowed by NM_MAXOBJECT or CC_MAXOBJECT). 
      */
     int                 FlagPixy, FlagPixyOverflow;
     int                 Pixy_check;