On Thu, Mar 19, 2015 at 1:07 PM, Mike Holmes <[email protected]> wrote:
> The structures are part of the test hierarchy not example > > Signed-off-by: Mike Holmes <[email protected]> > Reviewed-by: Bill Fischofer <[email protected]> > --- > test/test_debug.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/test/test_debug.h b/test/test_debug.h > index 2ad743f..aec0977 100644 > --- a/test/test_debug.h > +++ b/test/test_debug.h > @@ -6,7 +6,7 @@ > /** > * @file > * > - * example debug > + * test debug > */ > > #ifndef TEST_DEBUG_H_ > @@ -26,11 +26,11 @@ extern "C" { > /** > * log level. > */ > -typedef enum example_log_level { > +typedef enum test_log_level { > TEST_LOG_DBG, > TEST_LOG_ERR, > TEST_LOG_ABORT > -} example_log_level_e; > +} test_log_level_e; > > /** > * default LOG macro. > -- > 2.1.0 > > > _______________________________________________ > lng-odp mailing list > [email protected] > http://lists.linaro.org/mailman/listinfo/lng-odp >
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
