delete obsolete folder
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-05-24 15:50:39 +02:00
parent 59d0d880bb
commit c0da8aef2e
3 changed files with 3 additions and 44 deletions

View File

@ -1,5 +1,5 @@
#ifndef CONFIG_TMTC_PUSIDS_H_
#define CONFIG_TMTC_PUSIDS_H_
#ifndef COMMON_CONFIG_TMTC_PUSIDS_H_
#define COMMON_CONFIG_TMTC_PUSIDS_H_
namespace pus {
enum Ids {
@ -21,4 +21,4 @@ enum Ids {
};
};
#endif /* CONFIG_TMTC_PUSIDS_H_ */
#endif /* COMMON_CONFIG_TMTC_PUSIDS_H_ */