this structure is a lot better

This commit is contained in:
2022-11-27 22:30:38 +01:00
parent 489686c8ce
commit fd59f25fea
8 changed files with 44 additions and 31 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
//! Basic check which just verifies that everything compiles
use satrs_core::res_code::ResultU16;
use satrs_macros::*;
use satrs_mib::resultcode;
#[resultcode(info = "This is a test result where the first parameter is foo")]
const _TEST_RESULT: ResultU16 = ResultU16::const_new(0, 1);