Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Generic/abcc_adapt/abcc_platform_cfg.h
- Revision:
- 0:9509fece98da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Generic/abcc_adapt/abcc_platform_cfg.h Thu May 12 19:04:45 2016 +0000 @@ -0,0 +1,46 @@ +/******************************************************************************* +******************************************************************************** +** ** +** ABCC Starter Kit version 2.01.01 (2015-12-14) ** +** ** +** Delivered with: ** +** ABCC Driver 4.01.01 (2015-12-14) ** +** ABP 7.16.01 (2015-10-14) ** +** */ +/******************************************************************************* +******************************************************************************** +** COPYRIGHT NOTIFICATION (c) 2015 HMS Industrial Networks AB ** +** ** +** This code is the property of HMS Industrial Networks AB. ** +** The source code may not be reproduced, distributed, or used without ** +** permission. When used together with a product from HMS, permission is ** +** granted to modify, reproduce and distribute the code in binary form ** +** without any restrictions. ** +** ** +** THE CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. HMS DOES NOT ** +** WARRANT THAT THE FUNCTIONS OF THE CODE WILL MEET YOUR REQUIREMENTS, OR ** +** THAT THE OPERATION OF THE CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR ** +** THAT DEFECTS IN IT CAN BE CORRECTED. ** +******************************************************************************** +******************************************************************************** +** Platform specific product configuration file. +** +** A symbol defined in this file will override the default product +** configurations in abcc_identification.h and abcc_obj_cfg.h. +** It should be used whenever the target platform needs to override an +** default configuration to realize its implementation. +******************************************************************************** +******************************************************************************** +** Services: +******************************************************************************** +******************************************************************************** +*/ +#ifndef ABCC_PLATFORM_CFG_H_ +#define ABCC_PLATFORM_CFG_H_ + +/******************************************************************************* +** Constants +******************************************************************************** +*/ + +#endif /* #ifndef ABCC_PLATFORM_CFG_H_ */