*-----------------------------------------------------------\r
*/\r
\r
+#if __DATA_MODEL__ == __DATA_MODEL_FAR__ && __CODE_MODEL__ == __CODE_MODEL_NEAR__\r
+ #warning This port has not been tested with your selected memory model combination. If a far data model is required it is recommended to also use a far code model.\r
+#endif\r
+\r
+#if __DATA_MODEL__ == __DATA_MODEL_NEAR__ && __CODE_MODEL__ == __CODE_MODEL_FAR__\r
+ #warning This port has not been tested with your selected memory model combination. If a far code model is required it is recommended to also use a far data model.\r
+#endif\r
+ \r
/* Type definitions. */\r
\r
#define portCHAR char\r