C3802: Segment pragma incorrect

[WARNING]

Description

A section pragma was used with incorrect attributes or an incorrect name.

Example
  #pragma DATA_SEG FAR FAR

  
Tips

Take care about not using keywords as names segment names. Note that you can use e.g. the __FAR_SEG instead FAR.

Example
  #pragma DATA_SEG __FAR_SEG MyFarSeg