Skip to content
Snippets Groups Projects
Select Git revision
  • ec11dd115a5996c22458f92465c4d384cc73180d
  • master default protected
  • fix-warnings
  • tvbgone-fixes
  • genofire/ble-follow-py
  • schneider/ble-stability-new-phy-adv
  • schneider/ble-stability
  • msgctl/gfx_rle
  • schneider/ble-stability-new-phy
  • add_menu_vibration
  • plaetzchen/ios-workaround
  • blinkisync-as-preload
  • schneider/max30001-pycardium
  • schneider/max30001-epicaridum
  • schneider/max30001
  • schneider/stream-locks
  • schneider/fundamental-test
  • schneider/ble-buffers
  • schneider/maxim-sdk-update
  • ch3/splashscreen
  • koalo/bhi160-works-but-dirty
  • v1.11
  • v1.10
  • v1.9
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
36 results

board.c

Blame
  • Forked from card10 / firmware
    Source project has a limited visibility.
    • rahix's avatar
      ec11dd11
      chore(card10-board): Fix a sign-compare warning · ec11dd11
      rahix authored
      
      Fix the following warning:
      
          lib/sdk/Libraries/Boards/card10/Source/board.c: In function 'Board_Init':
          lib/sdk/Libraries/Boards/card10/Source/board.c:102:19: warning:
                   comparison of integer expressions of different signedness:
                   'int' and 'unsigned int' [-Wsign-compare]
            102 |     for (i = 0; i < num_pins; i++) {
                |                   ^
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      ec11dd11
      History
      chore(card10-board): Fix a sign-compare warning
      rahix authored
      
      Fix the following warning:
      
          lib/sdk/Libraries/Boards/card10/Source/board.c: In function 'Board_Init':
          lib/sdk/Libraries/Boards/card10/Source/board.c:102:19: warning:
                   comparison of integer expressions of different signedness:
                   'int' and 'unsigned int' [-Wsign-compare]
            102 |     for (i = 0; i < num_pins; i++) {
                |                   ^
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
    contextlib.py 65 B
    ../../../lib/micropython/micropython-lib/contextlib/contextlib.py