** adi_initialize.c source file generated on August 10, 2018 at 10:27:14.
**
** Copyright (C) 2000-2018 Analog Devices Inc., All Rights Reserved.
**
** This file is generated automatically. You should not modify this source file,
** as your changes will be lost if this source file is re-generated.
*/
#include
#include "adi_initialize.h"
extern int32_t adi_initpinmux(void);
int32_t adi_initComponents(void)
{
int32_t result = 0;
if (result == 0) {
result = adi_initpinmux(); /* auto-generated code (order:0) */
}
return result;
}