asterisk / dahdi-linux

This is the official dahdi-linux repository. All issues and PR should be raised here.
GNU General Public License v2.0
50 stars 71 forks source link

wctdm24xxp: Rename MAX definition to avoid macro naming conflict. #62

Open InterLinked1 opened 2 months ago

InterLinked1 commented 2 months ago

MAX can already be defined by the kernel headers and cause compilation failure due to the redefinition, so use MAX_ATTEMPTS to a more descriptive and non-conflicting name.

Resolves: #61