demo/uart_blaster/nvm/nvm_defaults_validate.c

/*******************************************************************************
* # License
* Copyright 2019 Silicon Laboratories Inc. www.silabs.com
*******************************************************************************
*
* The licensor of this software is Silicon Laboratories Inc. Your use of this
* software is governed by the terms of Silicon Labs Master Software License
* Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement. This
* software is distributed to you in Source Code format and is governed by the
* sections of the MSLA applicable to Source Code.
*
******************************************************************************/
// This file is optional.
// It simply ensures all the entries in the NVM defines are within the valid range.
// If you see a compilation error here then an entry is out of range.
#define GOS_NVM_VALIDATE_ENTRIES
#include "nvm_settings.h"