You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/03 19:29:28 UTC

[GitHub] [incubator-nuttx] v01d edited a comment on pull request #1705: nRF52: refactor system timer handling; support tickless and nontickless using RTC/systick

v01d edited a comment on pull request #1705:
URL: https://github.com/apache/incubator-nuttx/pull/1705#issuecomment-686710472


   I don't have that, i have this:
   
   <pre>
   check_patch() {
     if ! git apply --check $1; then
       fail=1
     else
       git apply $1
       diffs=`cat $1`
       check_ranges <<< "$diffs"
       git apply -R $1
     fi
   }
   </pre>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org