Added file error numbers

This commit is contained in:
jwellbelove 2017-07-04 15:43:57 +01:00 committed by John Wellbelove
parent 1cfcf80cb0
commit 12306b57eb
2 changed files with 10 additions and 1 deletions

View File

@ -30,4 +30,8 @@
30 reference_flat_map
31 reference_flat_multimap
32 reference_flat_set
33 reference_flat_multiset
33 reference_flat_multiset
34 fsm
35 message_router
36 scheduler
37 task

View File

@ -31,6 +31,9 @@ SOFTWARE.
#include <stdint.h>
#undef ETL_FILE
#define ETL_FILE "35"
namespace etl
{
/// Allow alternative type for message id.
@ -287,4 +290,6 @@ namespace etl
/*[[[end]]]*/
}
#undef ETL_FILE
#endif