Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydart committed Sep 29, 2017
1 parent 5b421c4 commit 05ee8c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AlarmActivity : AppCompatActivity() {
private fun initSystemController() = AlarmController(
BeamBreakDetectorPeripheryContract.create(),
AlarmBackendContract.create(),
UsbSetupProviderContract.create()
UsbSetupProviderContract.create(this)
)

private fun printWifiNetworkStatus() {
Expand Down

0 comments on commit 05ee8c9

Please sign in to comment.