devassert.h 541 B

12345678910111213
  1. /**************************************************************************
  2. * FILE NAME: compiler_api.h COPYRIGHT (c) Freescale 2016 *
  3. * All Rights Reserved *
  4. * DESCRIPTION: MPC57xx compiler specific file *
  5. * *
  6. ***************************************************************************/
  7. #ifndef _DEVASSERT_H_
  8. #define _DEVASSERT_H_
  9. #endif
  10. //#define DEV_ASSERT(X) (1)