Statistics
| Branch: | Tag: | Revision:

amiro-os / unittests / periphery-lld / src / ut_alld_P9221R_v1.c @ a2cdc4ae

History | View | Annotate | Download (190 Bytes)

1 a2cdc4ae Julia Niermann
#include <amiroos.h>
2
#include <ut_alld_P9221R_v1.h>
3
4
aos_utresult_t utAlldP9221rFunc(BaseSequentialStream* stream, aos_unittest_t* ut)
5
{
6
  aos_utresult_t result = {0, 0};
7
  return result;
8
}