Timer library fixes.

This commit is contained in:
Abhishek Sagar
2023-06-18 08:57:23 +00:00
parent b69ddcdb96
commit a504fff911
3 changed files with 64 additions and 4 deletions

59
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,59 @@
bitmap{
"git.ignoreMissingGitWarning": true,
"remote.SSH.remotePlatform": {
"192.168.216.128": "linux"
},
"terminal.integrated.fontFamily": "courier new",
"terminal.integrated.drawBoldTextInBrightColors": false,
"terminal.integrated.minimumContrastRatio": 4.5,
"workbench.colorTheme": "Default High Contrast",
"terminal.integrated.rightClickBehavior": "paste",
"terminal.integrated.copyOnSelection": true,
"git.ignoreLegacyWarning": true,
"editor.renderControlCharacters": true,
"editor.rulers": [
120
],
"editor.fontFamily": "comicsans, serif, 'Courier New', Consolas, monospace",
"workbench.editor.untitled.hint": "hidden",
"editor.fontSize": 18,
"editor.wordWrap": "on",
"json.schemas": [
],
"files.exclude": {
"**/.o": true
},
"editor.mouseWheelZoom": true,
"editor.columnSelection": false,
"editor.lineNumbers": "on",
"editor.find.autoFindInSelection": "always",
"editor.autoClosingBrackets": "always",
"editor.fontLigatures": false,
"cSpell.userWords": [
"abhishek",
"begin",
"FEISTEL",
"get",
"glthread",
"head",
"iterate",
"LSPDB",
"reschd",
"sagar",
"slotlist",
"unconfig",
"wt",
"XCALLOC"
],
"terminal.integrated.scrollback": 10000,
"files.autoSave": "afterDelay",
"terminal.integrated.tabs.location": "left",
"terminal.integrated.fontSize": 16,
"window.zoomLevel": 1,
"terminal.integrated.allowChords": false,
"terminal.integrated.environmentChangesRelaunch": false,
"terminal.integrated.enableMultiLinePasteWarning": false,
"editor.guides.indentation": false,
"editor.tabSize": 4,
}